Skip to main content

Get Row Item

Gets desired row item from given data table

Input

  • Column: The object of the data column from which the value will be retrieved.
    • Type: System.Data.DataColumn
    • Required
  • Column Name: The name of the data column from which the value will be retrieved.
    • Type: System.String
    • Required
  • Column Index: The index of the column whose value is to be retrieved from the DataRow.
    • Type: System.Int32
    • Required
  • Row: The object of the Data Table Row from which the value will be retrieved.
    • Type: System.Data.DataRow
    • Required

Output

  • Value: This is the area where the value variable to which the data retrieved from the Data Table will be assigned is defined.
    • Type: System.Object
    • Required